Drop obsolete patches
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Wed, 30 Apr 2025 07:45:00 +0000 (09:45 +0200)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Wed, 30 Apr 2025 07:45:00 +0000 (09:45 +0200)
debian/patches/libsamplerate.patch [deleted file]
debian/patches/series

diff --git a/debian/patches/libsamplerate.patch b/debian/patches/libsamplerate.patch
deleted file mode 100644 (file)
index ead355c..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: Build against system's libsamplerate
-Author: IOhannes m zmölnig <umlaeute@debian.org>
-Origin: Debian
-Forwarded: no
-Last-Update: 2025-01-26
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- jacktrip.orig/meson.build
-+++ jacktrip/meson.build
-@@ -354,8 +354,9 @@
-               opt_var.add_cmake_defines({'CMAKE_BUILD_TYPE': 'Debug'})
-       endif
-       opt_var.add_cmake_defines({'CMAKE_POSITION_INDEPENDENT_CODE': 'ON'})
--      libsamplerate_subproject = cmake.subproject('libsamplerate', options: opt_var)
--      libsamplerate_dep = libsamplerate_subproject.dependency('samplerate')
-+      #libsamplerate_subproject = cmake.subproject('libsamplerate', options: opt_var)
-+      #libsamplerate_dep = libsamplerate_subproject.dependency('samplerate')
-+      libsamplerate_dep = dependency('samplerate', required: get_option('libsamplerate'))
-       found_libsamplerate = libsamplerate_dep.found()
-       if not found_libsamplerate and not get_option('libsamplerate').auto()
-               error('failed to configure libsamplerate')
index 8bfc9fa80749b68c0f41c04e26af6ef3c5dfde88..2bbe444a0e29c29cb2c6026ad7d363a2cc3706e7 100644 (file)
@@ -1,3 +1,2 @@
 gui-launcher.patch
 dont_compress_manpages.patch
-libsamplerate.patch